home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Megarom
/
Megarom Macintosh CD Software (Quantum Leap)(1992).iso
/
COMMUNICATION
/
Term-Plus
/
Sample BMUG Script
< prev
next >
Wrap
Text File
|
1989-12-04
|
532b
|
37 lines
AutoType "ATDT849-2684^M"
Set Timer 10
@Label0
If Prompt = "CONNECT" Then @Label1
If Prompt = "NO CARRIER" Then @Stop
If Timer Off Then @Stop
GoTo @Label 0
@Label1
If Prompt = "First Name?" Then @Label2
GoTo @Label1
@Label2
AutoType "George^M"
@Label3
If Prompt = "Last Name?" Then @Label4
GoTo @Label3
@Label4
AutoType "Jetson^M"
@Label5
If Prompt = "Is this correct?" Then @Label6
GoTo @Label5
@Label6
AutoType "y"
@Label7
If Prompt = "Enter Your Password:" Then @Label8
GoTo @Label7
@Label8
AutoType "Rastro^M"
@Stop
Quit